-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests]: Mark test_statistics.test_kde_random
with a requires_resource('cpu')
decorator
#118801
Conversation
test_statistics.test_kde_random
with a requires_resource('cpu') decoratortest_statistics.test_kde_random
with a requires_resource('cpu')
decorator
…esource('cpu')`` decorator (pythonGH-118801) Mark test_kde_random with a requires_resource('cpu') decorator (cherry picked from commit 027e6d8) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
GH-118818 is a backport of this pull request to the 3.13 branch. |
What about 3.12 backport? |
This test was not backported to the 3.12 branch, so there is no need to backport it there. |
|
Buildbot failure is unrelated; I've created #118823 to track this. |
…uires_resource('cpu')`` decorator (GH-118801) (#118818) [tests]: Mark ``test_statistics.test_kde_random`` with a ``requires_resource('cpu')`` decorator (GH-118801) Mark test_kde_random with a requires_resource('cpu') decorator (cherry picked from commit 027e6d8) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
This is a CPU-intensive test. On my machine (Ryzen 7 4800H, 8/16), it takes about 80 seconds.